ALTER TABLE "OTRegister"
ADD COLUMN "OTRoomId" integer,
ADD CONSTRAINT "FK_OTRoom_Surgery_fkey" FOREIGN KEY ("OTRoomId")
        REFERENCES public."OTRoom" ("OTRoomId")